@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
#main {
  display: block;
  justify-content: center;
  margin-top: 100px;
  width: 30%;
  height: 70%;
  position: fixed;
  border-radius: 10px;
  backdrop-filter: blur(100px);

}
#div1 {
  display: flex;
  justify-content: center;
  color: white;
}
#div2 {
  width: 100%;
  margin-right: 10px;
  display: flex;
  color: white;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 50px;
}
#div3 {
  width: max-content;
  color: white;
}
#div_child {
  display: flex;
  padding: 10px;
  justify-content: space-around;
  position: relative;
  bottom: 175px;
}
#div3_1 {
  display: flex;
  color: white;
}
#div5,
#div6 {
  display: flex;
  justify-content: center;
}
#Wheather {
  display: flex;
  justify-content: center;
}

form input {
  height: 30px;
  margin:30px 5px 0 0 ;
  border-radius: 10px;
  border: none;
}
#submit {
  height: 32px;
}
#date {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 20px;
  color: White;
}
.back_video {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;

}
@media (min-aspect-ratio: 16/9) {
  .back_video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back_video {
    width: auto;
    height: 100%;
  }
}
#div4,
#div6 {
  color: white;
}
#div6 {
  position: relative;
  bottom: 200px;
}
#div5 {
  color: white;
  position: relative;
  bottom: 220px;
}
